home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / RICHEDIT.PAK / RICHEDAP.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  1KB  |  50 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(RICHEDAP_H)
  6. #define RICHEDAP_H
  7.  
  8. #include <owl/editfile.rh>
  9.  
  10. // Menu Resource IDs
  11. //
  12. #define IDM_APPMENU            0x1000
  13.  
  14. #define CM_VIEWTOOLBAR         IDW_TOOLBAR
  15. #define CM_VIEWSTATUSBAR       IDW_STATUSBAR
  16. #define CM_VIEWRULER           0x1101
  17.  
  18. #define CM_INSERTOBJECT        0x1201
  19.  
  20. #define CM_FORMATFONT          0x1301
  21. #define CM_FORMATPARAGRAPH     0x1302
  22. #define CM_FORMATTABS          0x1303
  23.  
  24. #define CM_FORMATBOLD          0x1350
  25. #define CM_FORMATITALIC        0x1351
  26. #define CM_FORMATUNDERLINE     0x1352
  27. #define CM_FORMATSTRIKEOUT     0x1353
  28. #define CM_FORMATTEXTDATA      0x1355
  29. #define CM_FORMATRTFDATA       0x1356
  30.  
  31. #define CM_HELPABOUT           0x2000
  32.  
  33.  
  34. // Accelerator resource IDs
  35. //
  36. #define IDA_RICHEDIT             0x1000
  37.  
  38.  
  39. // Print Preview glyphs
  40. //
  41. #define APX_PPR_PREVIOUS        24500
  42. #define APX_PPR_NEXT            24501
  43. #define APX_PPR_ONEUP           24502
  44. #define APX_PPR_TWOUP           24503
  45. #define APX_PPR_CURRPAGE        24504
  46. #define APX_PPR_DONE            24505
  47.  
  48. #endif // RICHEDAP_H
  49.  
  50.